Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.ec.notifications.coretypes

Contributions

XML Source

<component name="org.nuxeo.ecm.platform.ec.notifications.coretypes">

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="schema">
    <schema name="notification" prefix="notif" src="schemas/notification.xsd" />
  </extension>


  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="doctype">
    <facet name="Notifiable">
      <schema name="notification" />
    </facet>
  </extension>



</component>